home *** CD-ROM | disk | FTP | other *** search
- This program (taken from PC-Magazine 1/13/87) shows you how to use Turbo
- Pascal to create a program that moves files from one directory to another.
- The program uses the following command line:
- MOVEDIR <oldpathname> <newpathname>
-
- Wildcard characters are not supported.
- A typical command would look like this:
- MOVEDIR a:\mytext.doc a:\temp\mytext.doc
-
- This program is not as useful as others, yet it shows you how Turbo Pascal
- can use MSDOS procedures.